home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Resources
/
Chat & Communication
/
Digsby build 37
/
digsby_setup.exe
/
lib
/
digsby
/
digsbybuddies.pyo
(
.txt
)
< prev
next >
Wrap
Python Compiled Bytecode
|
2008-10-13
|
740b
|
20 lines
# Source Generated with Decompyle++
# File: in.pyo (Python 2.5)
import jabber
import digsby
from pyxmpp.jid import JID
class DigsbyBuddies(jabber.jbuddies):
def __getitem__(self, jid):
unique = JID(jid).bare()
try:
return dict.__getitem__(self, unique)
except KeyError:
return self.setdefault(unique, digsby.dbuddy(self.protocol, jid))